.mobile_header {
    width: 100%;
    height: 6rem;
    position: relative;
    padding: 1.5rem 1.5rem;
    background-color: #FFFFFF;
}

.mobile_header .logo {
    float: left;
    height: 3rem;
    max-width: 50%;
}

.mobile_header .logo img {
    height: 3rem;
    max-width: 100%;
}

.mobile_header .menu_icon {
    float: right;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    background: url(../images/menu_icon.png) no-repeat;
    background-size: contain;
    background-origin: content-box;
    border: 1px solid #E0E0E0;
    border-radius: 0.2rem;
    overflow: hidden;
}

.mobile_header .menu {
    display: none;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    z-index: 99;
    background-color: #333333;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
}

.mobile_header .menu li {
    width: 100%;
    padding: 1rem 1.5rem;
    border-bottom: 0.1rem solid #222;
}

.mobile_header .menu li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    color: #FFFFFF;
}

.header {
    width: 100%;
    height: 90px;
    padding-top: 18px;
    background-color: #FFFFFF;
}

.header > div {
    padding: 0;
}

.header .logo {
    float: left;
    height: 52px;
    width: 302px;
    width: auto;
}

.header .logo img {
    height: 52px;
    width: 300px;
}

.header .nav {
    float: right;
}

.header .nav ul {
    height: 55;
    line-height: 55px;
    width: 100%;
    overflow: hidden;
}

.header .nav ul li {
    float: left;
}

.header .nav ul li a {
    color: #646464;
    font-size: 18px;
    display: block;
    height: 100%;
    padding: 0 20px;
}

.header .nav ul .on a {
    color: #FFFFFF;
    background-color: #E8A651;
}

.links {
    line-height: 22px;
    margin: 10px 0 20px;
}

.links span,.links a {
    font-size: 14px;
    color: #CCCCCC;
    padding-right: 10px;
}

.links a:hover,.links a:active,.links a:focus {
    color: #FFFFFF;
}
.page_top {
    width: 100%;
}

.page_top a {
    display: block;
    width: 100%;
}

.page_top a img {
    width: 100%;
    height: auto;
}

.page_nav_box {
    width: 100%;
    margin: 20px 0 30px;
}

.page_nav_box .page_pos {
    text-align: right;
    font-size: 14px;
    color: #646464;
    line-height: 46px;
}

.page_nav_box .page_pos span {
    padding-left: 18px;
    background: url(../images/pos.png) no-repeat left center;
}

.page_nav_box .page_pos a {
    font-size: 14px;
    color: #646464;
}

.page_nav_box .page_pos a:last-child {
    font-weight: bold;
}

.sub_nav ul li {
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    -webkit-tap-highlight-color: rgba(0,0,0,0.3);
    overflow: hidden;
    background-color: #DDDDDD;
}

.sub_nav ul li a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #646464;
}

.sub_nav ul li.on {
    color: #FFFFFF;
    background-color: #cdb994;
}

.sub_nav ul li.on a {
    color: #FFFFFF;
}

.page_left {
    padding-left: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.page_right {
    margin-bottom: 20px;
    padding-right: 0;
    overflow: hidden;
}

.page_content {
    /* padding: 20px; */
	padding-top: 0;
}

.mod_pagination {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: right;
}

.mod_pagination li {
    display: inline-block;
}

.mod_pagination li a,.mod_pagination li span {
    color: #646464;
}

.slideBox {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slideBox .bd {
    width: 100%;
    height: 100%;
}

.slideBox .bd a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 35%;
}

.slideBox .bd a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    z-index: 2;
    overflow: hidden;
}

.slideBox .hd li {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 8px;
    background-color: #CCCCCC;
}

.slideBox .hd li.on {
    background-color: #E8A651;
}

.slideBox .prev,.slideBox .next {
    position: absolute;
    top: 50%;
    width: 33px;
    height: 50px;
    margin-top: -25px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.slideBox .prev {
    left: 5%;
    background-image: url(../images/banner_arrl.png);
}

.slideBox .next {
    right: 5%;
    background-image: url(../images/banner_arrr.png);
}

.index_section {
    padding: 4rem 0 2rem;
}

.index_section .index_section_hd {
    font-size: 24px;
    margin-top: 30px;
    color: #444444;
    padding-bottom: 40px;
    background: url(../images/pattern.png) no-repeat center bottom;
}

.bg01 {
    background-color: #f8f3ed;
}

.column_figure {
    width: 100%;
    height: 0;
    padding-bottom: 55.946%;
    position: relative;
    overflow: hidden;
}

.column_figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.column_content {
    padding: 1.5rem;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-top: 0;
    margin-bottom: 2rem;
}

.column_content .column_title {
    font-size: 1.8rem;
    color: #666666;
    line-height: 3.5rem;
    height: 3.5rem;
    overflow: hidden;
}

.column_content .column_con {
    height: 11rem;
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #666666;
    overflow: hidden;
}

.column_content .column_btn {
    margin-bottom: 0.5rem;
}

.column_content .column_btn a {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    border-radius: 50%;
    border: 1px dashed #666666;
    font-size: 1.4rem;
    color: #666666;
}

.column_content .column_btn a:hover {
    color: #E8A651;
    text-decoration: none;
}

.column_content:hover {
    border-color: #E8A651;
}

.adv_img {
    max-width: 100%;
}

.adv_tit {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
}

.sec03 {
    padding: 0;
}

.news_slide_box {
    margin-top: 22px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news_slide_box .bd {
    width: 100%;
    height: 100%;
}

.news_slide_box .bd a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 75.3%;
}

.news_slide_box .bd a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_slide_box .bd a span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4rem;
    padding: 0 1.5rem;
    line-height: 4rem;
    font-size: 1.6rem;
    color: #FFFFFF;
    background-color: rgba(252,143,2,0.4);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_slide_box .prev,.news_slide_box .next {
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 10rem;
    margin-top: -5rem;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: rgba(84,84,84,0.4);
    background-position: center center;
}

.news_slide_box .prev {
    left: 0;
    background-image: url(../images/slide_arrl.png);
}

.news_slide_box .next {
    right: 0;
    background-image: url(../images/slide_arrr.png);
}

.news_list {
    margin-bottom: 60px;
}

.news_list li {
    margin-top: 22px;
    overflow: hidden;
}

.news_list li .news_pic {
    padding-left: 0;
}

.news_list li .news_pic a {
    display: block;
    position: relative;
    padding-bottom: 65.82%;
}

.news_list li .news_pic img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.news_list li .news_tit {
    display: block;
    font-size: 16px;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list li .news_tit:hover {
    color: #E8A651;
}

.news_list li .news_time {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
}

.news_list li .news_desc {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #646464;
    margin-top: 10px;
    overflow: hidden;
}

.news_list_2 li {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #DDDDDD;
}

.article .article_hd {
    width: 100%;
    margin-bottom: 10px;
}

.article .article_hd h1 {
    font-size: 18px;
    color: #323232;
    line-height: 24px;
}

.article .article_hd h6 {
    font-weight: 400;
    font-size: 12px;
    color: #646464;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}

.article .article_hd h6 span {
    padding: 0 5px;
}

.article .article_bd img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}
/* 
.pagination2 {
    margin: 20px auto;
    line-height: 40px;
    background-color: #EEEEEE;
}

.pagination2 .prev,.pagination2 .next {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination2 .prev a,.pagination2 .next a {
    font-size: 14px;
    color: #646464;
}

.pagination2 .prev a:hover,.pagination2 .next a:hover {
    color: #E8A651;
}

.pagination2 .prev {
    border-right: 1px solid #DDDDDD;
}
 */
.pro_item {
    margin-top: 30px;
}

.pro_item .pro_pic {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.pro_item .pro_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro_item .pro_tit {
    display: block;
    padding: 10px 0;
    /* border: 1px solid #FFFFFF; */
    border-top: 0;
    /* background-color: #FFFFFF; */
    font-size: 18px;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pro_item .pro_tit:hover {
    border-color: #E8A651;
}

.product_list_2 .pro_item {
    margin: 0 0 30px;
}

.product_list_2 .pro_tit {
    border-color: #d2d2d2;
}

.product_pic {
    border-right: 1px solid #DDDDDD;
}

.product_pic img {
    max-width: 100%;
}

.pro_name {
    margin: 10px 0;
    font-size: 22px;
    color: #323232;
}

.pro_attr li {
    font-size: 14px;
    color: #898989;
    line-height: 30px;
    margin-top: 5px;
}

.pro_attr .case_price span {
    color: #fc3526;
}

.pro_attr .case_tag {
    padding: 0 10px;
    background-color: #f7f8fa;
}

.pro_attr .case_tag span {
    font-size: 14px;
    white-space: nowrap;
}

.product_infor .product_infor_hd {
    padding: 5px 20px;
    margin: 30px 0 20px;
    font-size: 20px;
    color: #323232;
    box-shadow: 0 0 2px rgba(0,0,0,0.4) inset;
    background-color: #f5f5f5;
}

.contact_box .contact_box_t {
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background-color: #E8A651;
    overflow: hidden;
}

.contact_box .contact_box_t span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 10px;
    height: 100%;
    background-color: #f2f2f2;
}

.contact_box .contact_box_b {
    padding: 10px 10px 11rem;
    background: #F2F2F2 url(../images/gb_4.png) no-repeat center bottom;
    background-size: contain;
}

.contact_box .contact_box_b li {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 5px;
}

.recruit_name {
    font-size: 18px;
    line-height: 30px;
    color: #2f8fe1;
}

.recruit_con_sec {
    width: 100%;
    margin-bottom: 10px;
}

.recruit_con_sec .sec_tit {
    padding: 10px 0;
    line-height: 1.5;
    font-size: 16px;
    color: #585858;
    overflow: hidden;
}

.recruit_con_sec .sec_con {
    width: 100%;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
    padding: 0 10px;
}

.recruit_con_sec .sec_con li {
    float: left;
    width: 50%;
    padding-bottom: 5px;
    color: #646464;
    overflow: hidden;
}

.recruit_con_sec .sec_con li.long {
    float: none;
    width: 100%;
}

.contact_way ul {
    padding-top: 20px;
}

.contact_way ul li {
    font-size: 14px;
    margin-bottom: 15px;
    color: #323232;
}

.contact_way ul li i {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left top;
}

.contact_way ul li .contact_adr {
    background-image: url(../images/icon1.png);
}

.contact_way ul li .contact_tel {
    background-image: url(../images/icon2.png);
}

.contact_way ul li .contact_email {
    background-image: url(../images/icon3.png);
}

.message_form {
    margin: 10px auto 30px;
    height: auto;
    overflow: hidden;
}

.message_form .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.message_form .form-group .control-label {
    margin-bottom: 10px;
    font-size: 16px;
    color: #646464;
    font-weight: 400;
}

.message_form .form-group .control-label span {
    color: #FF0000;
}

.message_form .form-group .form-control {
    border: 1px dashed #b6b6b6;
    background-color: #EEEEEE;
}

.message_form .form-group .form-control.false {
    border-color: #FF0000;
}

.message_form .form-group .beizhu-control {
    width: 100%;
    height: 100px;
}

.message_form .form-group .submint_btn {
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 30px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #E8A651;
    cursor: pointer;
}
/* subban */
.subban{
	width: 100%;
	height: 380px;
}
.enterBF{
	background: url(../images/subban-enterBF.jpg) no-repeat center;
}
.jionBF{
	background: url(../images/subban-joinBF.jpg) no-repeat center;
}
.newsBF{
	background: url(../images/subban-newsBF.jpg) no-repeat center;
}
.productsAnd{
	background: url(../images/subban-Products.jpg) no-repeat center;
}
.contact-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact-box p{
	width: 50%;
	color: #333333;
	font-size: 16px;
	padding: 16px 0;
}
.contact-box p img{
	float: left;
	margin-right: 10px;
	
}
.s_name{
	font-size: 36px;
	font-weight: normal;
	color: #003393;
	line-height: 2;
	text-align: center;
	position: relative;
	margin: 20px 0;
}
.s_name::after{
	content: "";
	position: absolute;
	/* left: 0; */
	bottom: 0;
	left: 50%;
	
	/* width: 50%; */
	width: 72px;
	margin-left: -36px;
	height: 3px;
	background-color: #003393;
	border-bottom: 3px solid #003393;
}


/* site */
.site{
	float: left;
	padding-left: 24px;
	background: none;
}
.site a{
	color: #003393;
	font-weight: bold;
}
.site .icon-site{
	width: 24px;
	height: 24px;
	vertical-align: middle;
	line-height: 24px;
}
/* s_menu */
.s_menu{
	float: right;
}
.s_menu a{
	color: #666666;
	font-weight: bold;
	margin-left: 60px;
	
	display: block;
	float: right;
	height: 72px;
	line-height: 72px;
	
	font-weight: bold;
}
.s_menu a.hover{
	color: #003393;
	position: relative;
	border-bottom: 3px solid #003393;
	
	
}
.s_menu a.hover::after{
	content: "";
	color: #003393;
}
/* detail */
.detail {
	padding-bottom: 25px;
}

.detail h1.title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 50px 0 20px 0;
}

.detail .lj {
	color: #999;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 30px;
	font-size: 14px;
}


@media (max-width: 767px) {
	.subimg{
		height: 180px;
		background-color: #003399;
		overflow: hidden;
	}
	.subimg img{
		height: 180px;
	}
	.subban.jionBF,.subban.newsBF,.subban.productsAnd,.subban.enterBF{
		height: 180px;
		background-size: cover;
	} 
	.contact-box p img{
		width: 48px;
		height: 48px;
	}
	.lianxi .contact-box p {
	   width: 100%;
	    color: #333333;
	    font-size: 14px;
	    /* padding: 16px 0; */
	}
	/* .contact-map{
		height: 200px;
	}
	 */
    .footer .links {
        margin-bottom:10px;
    }

    .footer .footer_nav {
        margin-top: 10px;
    }

    .page_nav_box {
        margin-bottom: 10px;
    }

    .page_nav_box .page_pos {
        text-align: left;
    }

    .page_left,.page_right {
        padding: 0;
    }

    .mod_pagination {
        text-align: center;
    }

    .slideBox .hd {
        bottom: 0;
    }

    .slideBox .hd li {
        height: 5px;
    }

    .news_list li .news_tit {
        margin-top: 10px;
    }

    .news_list li > div {
        padding: 0;
    }

    .pagination2 .prev {
        border-right: none;
    }

    .product_list .pro_item .pro_tit {
        font-size: 14px;
    }

    .product_list_2 .pro_item {
        padding: 0 5px;
    }

    .product_pic {
        margin-bottom: 30px;
        border-right: none;
    }

    .recruit_con_sec .sec_con li {
        float: none;
        width: 100%;
    }
}
 /* new */
/* .s_name{
	 font-size: 18px;
	 font-weight: bold;
 } */
 .sub-list li{margin-top: 20px;overflow: hidden;}
.sub-list li.now a{background-color: #b59964;}
/* 详情 */
.detail .content img{max-width: 100%;}
/* pagination reset*/
/* .pagination>li {
    margin: 0 10px;
} */
.pagination>li>a, .pagination>li>span{
	margin: 10px 16px;
	border-radius: 2px;
	color: #333;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: #003393;
	color: #FFFFFF;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #003393;
    border-color: #003393;
	border-radius: 2px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/* 4.29 搜索 */
@media (min-width: 1200px){
	.search {
		height: 68px;
		margin-left: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
	}
	.search form {
	    padding: 0;
	    margin: 0 !important;
	    display: flex;
	    flex-direction: row;
	    align-items: center;
	}
	.search form input {
	    display: flex;
	    width: 290px;
	    height: 40px;
	    font-size: 14px;
	    line-height: normal;
	    color: #ccc;
	    padding: 10px;
	    border-radius: 0;
	    border: #dddddd 1px solid;
	}
}

@media (min-width: 992px){
	.search form .search-btn {
		display: flex;
		cursor: pointer;
		color: #FFF;
		background: #b59964 url(../images/search.png) no-repeat center;
		border: #b59964 1px solid;
		width: 45px;
		height: 40px;
		line-height: 40px;
		background-size: 24px 24px;
	}
}


@media (max-width: 767px){
	.search {
		height: 58px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
	}
	
	.search form {
		padding: 0;
		margin: 0 !important;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	.search form input {
		display: flex;
		width: 190px;
		height: 40px;
		font-size: 14px;
		line-height: normal;
		color: #ccc;
		padding: 10px;
		border-radius: 0;
		border: #dddddd 1px solid;
	}
	
	.search form input {
		display: flex;
		width: 190px;
		height: 40px;
		font-size: 14px;
		line-height: normal;
		color: #ccc;
		padding: 10px;
		border-radius: 0;
		border: #dddddd 1px solid;
	}
	
	.search form .search-btn {
		display: flex;
		cursor: pointer;
		color: #FFF;
		background: #b59964 url(../images/search.png) no-repeat center;
		border: #b59964 1px solid;
		width: 75px;
		height: 40px;
		line-height: 40px;
		background-size: 24px 24px;
	}
}

.s_menu a.ft-red{
	color:#d71518;
}
.s_menu a.hover.ft-red{
	border-bottom: 3px solid #d71518;
}

/* 22.7.7 */
.btn-close {
    display: block;
    width: 28px;
    height: 28px;
        position: absolute;
    z-index: 999;
    right: 0;
    top: -28px;
	background: url(../images/icon-close.png);
	background-size: 100% 100%;
	
}